[INFO] fetching crate scies-math 0.2.3...
[INFO] fixing scies-math-0.2.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate scies-math 0.2.3 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate scies-math 0.2.3
[INFO] finished tweaking crates.io crate scies-math 0.2.3
[INFO] tweaked toml for crates.io crate scies-math 0.2.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate scies-math 0.2.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate scies-math 0.2.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 925d3e3164c25a6c261157884b0a898d38db3a8f5fffcbbd791c1646a39201b9
[INFO] running `Command { std: "docker" "start" "925d3e3164c25a6c261157884b0a898d38db3a8f5fffcbbd791c1646a39201b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "925d3e3164c25a6c261157884b0a898d38db3a8f5fffcbbd791c1646a39201b9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "925d3e3164c25a6c261157884b0a898d38db3a8f5fffcbbd791c1646a39201b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "925d3e3164c25a6c261157884b0a898d38db3a8f5fffcbbd791c1646a39201b9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking scies-math v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] warning: unexpected `cfg` condition value: `bench`
[INFO] [stdout]    --> src/perf.rs:402:7
[INFO] [stdout]     |
[INFO] [stdout] 402 | #[cfg(feature = "bench")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `serde`
[INFO] [stdout]     = help: consider adding `bench` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SciError`
[INFO] [stdout]   --> src/geometry_ext.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::errors::{SciError, SciResult};
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ray3`
[INFO] [stdout]   --> src/geometry_ext.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::geometry::{Aabb3, Point3, Ray3, Sphere};
[INFO] [stdout]    |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Scalar`
[INFO] [stdout]  --> src/transform.rs:4:31
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::generic::{SMatrix, Scalar};
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bench`
[INFO] [stdout]    --> src/perf.rs:402:7
[INFO] [stdout]     |
[INFO] [stdout] 402 | #[cfg(feature = "bench")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `serde`
[INFO] [stdout]     = help: consider adding `bench` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SciError`
[INFO] [stdout]   --> src/geometry_ext.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::errors::{SciError, SciResult};
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ray3`
[INFO] [stdout]   --> src/geometry_ext.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::geometry::{Aabb3, Point3, Ray3, Sphere};
[INFO] [stdout]    |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_pd` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:108:38
[INFO] [stdout]     |
[INFO] [stdout] 108 | ...                   let vb = _mm256_loadu_pd(b.as_ptr().add(b_row + j));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/perf.rs:87:1
[INFO] [stdout]     |
[INFO] [stdout]  87 | unsafe fn matmul_tiled_avx2(a: &[f64], b: &[f64], c: &mut [f64], m: usize, k: usize, n: usize) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]     = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::<impl *const T>::add` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:108:54
[INFO] [stdout]     |
[INFO] [stdout] 108 | ...                   let vb = _mm256_loadu_pd(b.as_ptr().add(b_row + j));
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_pd` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:109:38
[INFO] [stdout]     |
[INFO] [stdout] 109 | ...                   let vc = _mm256_loadu_pd(c.as_ptr().add(c_row + j));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::<impl *const T>::add` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:109:54
[INFO] [stdout]     |
[INFO] [stdout] 109 | ...                   let vc = _mm256_loadu_pd(c.as_ptr().add(c_row + j));
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_pd` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:111:29
[INFO] [stdout]     |
[INFO] [stdout] 111 | ...                   _mm256_storeu_pd(c.as_mut_ptr().add(c_row + j), vr);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::mut_ptr::<impl *mut T>::add` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:111:46
[INFO] [stdout]     |
[INFO] [stdout] 111 | ...                   _mm256_storeu_pd(c.as_mut_ptr().add(c_row + j), vr);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::<impl [T]>::get_unchecked_mut` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:115:30
[INFO] [stdout]     |
[INFO] [stdout] 115 | ...                   *c.get_unchecked_mut(c_row + j) += a_val * *b.get_unchecked(b_row + j);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::<impl [T]>::get_unchecked` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:115:73
[INFO] [stdout]     |
[INFO] [stdout] 115 | ...                   *c.get_unchecked_mut(c_row + j) += a_val * *b.get_unchecked(b_row + j);
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RngCore`
[INFO] [stdout]  --> benches/sampling.rs:6:68
[INFO] [stdout]   |
[INFO] [stdout] 6 | use scies_math::rng_ext::{AliasTable, DefaultSampler, FastSampler, RngCore, Xoshiro256ss};
[INFO] [stdout]   |                                                                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `scies-math` (bench "sampling") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `BenchmarkId`
[INFO] [stdout]  --> benches/rng.rs:5:50
[INFO] [stdout]   |
[INFO] [stdout] 5 | use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion, Throughput};
[INFO] [stdout]   |                                                  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: captured variable cannot escape `FnMut` closure body
[INFO] [stdout]    --> benches/sampling.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout]  99 |             let mut v: Vec<usize> = (0..n).collect();
[INFO] [stdout]     |                 ----- variable defined here
[INFO] [stdout] 100 |             b.iter(|| {
[INFO] [stdout]     |                     - inferred to be a `FnMut` closure
[INFO] [stdout] 101 |                 s.shuffle(&mut v);
[INFO] [stdout]     |                                - variable captured here
[INFO] [stdout] 102 |                 criterion::black_box(&v)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^ returns a reference to a captured variable which escapes the closure body
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FnMut` closures only have access to their captured variables while they are executing...
[INFO] [stdout]     = note: ...therefore, they cannot allow references to captured variables to escape
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `scies_math::ode::rk4`
[INFO] [stdout]  --> benches/ode.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | use scies_math::ode::{rk4, rk45};
[INFO] [stdout]   |                       ^^^ no `rk4` in `ode`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 6 | use scies_math::ode::{rk45, rk45};
[INFO] [stdout]   |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: captured variable cannot escape `FnMut` closure body
[INFO] [stdout]   --> benches/rng.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let mut buf = vec![0u8; bytes];
[INFO] [stdout]    |             ------- variable defined here
[INFO] [stdout] 86 |         b.iter(|| {
[INFO] [stdout]    |                 - inferred to be a `FnMut` closure
[INFO] [stdout] 87 |             rng.fill_bytes(&mut buf);
[INFO] [stdout]    |                                 --- variable captured here
[INFO] [stdout] 88 |             criterion::black_box(&buf)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ returns a reference to a captured variable which escapes the closure body
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FnMut` closures only have access to their captured variables while they are executing...
[INFO] [stdout]    = note: ...therefore, they cannot allow references to captured variables to escape
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: captured variable cannot escape `FnMut` closure body
[INFO] [stdout]   --> benches/rng.rs:97:13
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let mut buf = vec![0u8; bytes];
[INFO] [stdout]    |             ------- variable defined here
[INFO] [stdout] 95 |         b.iter(|| {
[INFO] [stdout]    |                 - inferred to be a `FnMut` closure
[INFO] [stdout] 96 |             rng.fill_bytes(&mut buf);
[INFO] [stdout]    |                                 --- variable captured here
[INFO] [stdout] 97 |             criterion::black_box(&buf)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ returns a reference to a captured variable which escapes the closure body
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FnMut` closures only have access to their captured variables while they are executing...
[INFO] [stdout]    = note: ...therefore, they cannot allow references to captured variables to escape
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]    --> benches/ode.rs:37:17
[INFO] [stdout]     |
[INFO] [stdout]  37 |                 rk45(harmonic, 0.0, 10.0, vec![1.0, 0.0], 1e-6, 1e-9, 0.1)
[INFO] [stdout]     |                 ^^^^           ---                                    --- unexpected argument #7 of type `{float}`
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument #2 of type `&[f64]` is missing
[INFO] [stdout]     |
[INFO] [stdout] note: expected `usize`, found `Vec<{float}>`
[INFO] [stdout]    --> benches/ode.rs:37:43
[INFO] [stdout]     |
[INFO] [stdout]  37 |                 rk45(harmonic, 0.0, 10.0, vec![1.0, 0.0], 1e-6, 1e-9, 0.1)
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: expected type `usize`
[INFO] [stdout]              found struct `Vec<{float}>`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/ode.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn rk45<F>(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]     |
[INFO] [stdout]  37 -                 rk45(harmonic, 0.0, 10.0, vec![1.0, 0.0], 1e-6, 1e-9, 0.1)
[INFO] [stdout]  37 +                 rk45(harmonic, /* &[f64] */, 10.0, 0.0, 1e-6, 1e-9, /* usize */)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]    --> benches/ode.rs:46:17
[INFO] [stdout]     |
[INFO] [stdout]  46 |                 dopri8(harmonic, 0.0, 10.0, vec![1.0, 0.0], 1e-8, 1e-10, 0.1)
[INFO] [stdout]     |                 ^^^^^^           ---        -------------- unexpected argument #4 of type `Vec<{float}>`
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument #2 of type `&[f64]` is missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/ode_ext.rs:188:8
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub fn dopri8<F>(
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]     |
[INFO] [stdout]  46 -                 dopri8(harmonic, 0.0, 10.0, vec![1.0, 0.0], 1e-8, 1e-10, 0.1)
[INFO] [stdout]  46 +                 dopri8(harmonic, /* &[f64] */, 10.0, 0.0, 1e-8, 1e-10, 0.1)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]    --> benches/ode.rs:55:17
[INFO] [stdout]     |
[INFO] [stdout]  55 |                 adams_bashforth4(harmonic, 0.0, vec![1.0, 0.0], 0.001, 1000)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^           ---  --------------         ----
[INFO] [stdout]     |                                            |    |                      |
[INFO] [stdout]     |                                            |    |                      unexpected argument #5 of type `{integer}`
[INFO] [stdout]     |                                            |    |                      argument #5 of type `f64` is missing
[INFO] [stdout]     |                                            |    unexpected argument #3 of type `Vec<{float}>`
[INFO] [stdout]     |                                            argument #2 of type `&[f64]` is missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/ode_ext.rs:303:8
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub fn adams_bashforth4<F>(f: F, y0: &[f64], t0: f64, t_end: f64, h: f64) -> SciResult<OdeSolution>
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]     |
[INFO] [stdout]  55 -                 adams_bashforth4(harmonic, 0.0, vec![1.0, 0.0], 0.001, 1000)
[INFO] [stdout]  55 +                 adams_bashforth4(harmonic, /* &[f64] */, 0.0, 0.001, /* f64 */)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `scies-math` (bench "rng") due to 2 previous errors; 1 warning emitted
[INFO] [stdout] error[E0308]: arguments to this function are incorrect
[INFO] [stdout]   --> benches/ode.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 backward_euler(van_der_pol_stiff, 0.0, vec![2.0, 0.0], 0.01, 500)
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^                    ---  --------------        ---
[INFO] [stdout]    |                                                   |    |                     |
[INFO] [stdout]    |                                                   |    |                     unexpected argument #5 of type `{integer}`
[INFO] [stdout]    |                                                   |    |                     argument #5 of type `f64` is missing
[INFO] [stdout]    |                                                   |    unexpected argument #3 of type `Vec<{float}>`
[INFO] [stdout]    |                                                   argument #2 of type `&[f64]` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/ode_ext.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn backward_euler<F>(f: F, y0: &[f64], t0: f64, t_end: f64, h: f64) -> SciResult<OdeSolution>
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] help: did you mean
[INFO] [stdout]    |
[INFO] [stdout] 69 -                 backward_euler(van_der_pol_stiff, 0.0, vec![2.0, 0.0], 0.01, 500)
[INFO] [stdout] 69 +                 backward_euler(van_der_pol_stiff, /* &[f64] */, 0.0, 0.01, /* f64 */)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `scies-math` (bench "ode") due to 5 previous errors
[INFO] [stdout] warning: unused import: `Scalar`
[INFO] [stdout]  --> src/transform.rs:4:31
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::generic::{SMatrix, Scalar};
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_pd` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:108:38
[INFO] [stdout]     |
[INFO] [stdout] 108 | ...                   let vb = _mm256_loadu_pd(b.as_ptr().add(b_row + j));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/perf.rs:87:1
[INFO] [stdout]     |
[INFO] [stdout]  87 | unsafe fn matmul_tiled_avx2(a: &[f64], b: &[f64], c: &mut [f64], m: usize, k: usize, n: usize) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]     = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::<impl *const T>::add` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:108:54
[INFO] [stdout]     |
[INFO] [stdout] 108 | ...                   let vb = _mm256_loadu_pd(b.as_ptr().add(b_row + j));
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_loadu_pd` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:109:38
[INFO] [stdout]     |
[INFO] [stdout] 109 | ...                   let vc = _mm256_loadu_pd(c.as_ptr().add(c_row + j));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::const_ptr::<impl *const T>::add` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:109:54
[INFO] [stdout]     |
[INFO] [stdout] 109 | ...                   let vc = _mm256_loadu_pd(c.as_ptr().add(c_row + j));
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::arch::x86_64::_mm256_storeu_pd` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:111:29
[INFO] [stdout]     |
[INFO] [stdout] 111 | ...                   _mm256_storeu_pd(c.as_mut_ptr().add(c_row + j), vr);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::mut_ptr::<impl *mut T>::add` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:111:46
[INFO] [stdout]     |
[INFO] [stdout] 111 | ...                   _mm256_storeu_pd(c.as_mut_ptr().add(c_row + j), vr);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::<impl [T]>::get_unchecked_mut` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:115:30
[INFO] [stdout]     |
[INFO] [stdout] 115 | ...                   *c.get_unchecked_mut(c_row + j) += a_val * *b.get_unchecked(b_row + j);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0133]: call to unsafe function `core::slice::<impl [T]>::get_unchecked` is unsafe and requires unsafe block
[INFO] [stdout]    --> src/perf.rs:115:73
[INFO] [stdout]     |
[INFO] [stdout] 115 | ...                   *c.get_unchecked_mut(c_row + j) += a_val * *b.get_unchecked(b_row + j);
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "925d3e3164c25a6c261157884b0a898d38db3a8f5fffcbbd791c1646a39201b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "925d3e3164c25a6c261157884b0a898d38db3a8f5fffcbbd791c1646a39201b9", kill_on_drop: false }`
[INFO] [stdout] 925d3e3164c25a6c261157884b0a898d38db3a8f5fffcbbd791c1646a39201b9
